Installing Rust on Ubuntu 22.04

  1. curl --proto '=https' --tlsv1.3 https://sh.rustup.rs -sSf | sh
  2. source "$HOME/.cargo/env"